popover menu: Unify hover and focus
authorMatthias Clasen <mclasen@redhat.com>
Thu, 13 Jun 2019 00:13:21 +0000 (00:13 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 13 Jun 2019 01:50:46 +0000 (21:50 -0400)
commitcbc0a8447d12aee306d2c2e56a53527384142240
tree806e3e9ae13c4c2178055f063b373477afc2fb44
parenta7e121384cf2b5ee470ccade9defdf27273b1797
popover menu: Unify hover and focus

Menus traditionally don't have separate
hover and focus locations. Make the same
change here that we already did for
popover menubars: Track the active item
and set its selected state. Both keynav
and mouse change the active item.
gtk/gtkmodelbutton.c
gtk/gtkpopovermenu.c
gtk/gtkpopovermenuprivate.h [new file with mode: 0644]